home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / man / oldman3 / timezone.3T < prev   
Text File  |  1992-06-26  |  2KB  |  78 lines

  1. .TH TIME_ZONE
  2. .SH NAME
  3. timezone  Symbolic and string time zone names
  4. .SH SYNOPSIS
  5. #include <cool/timezone.h>
  6. .SH DESCRIPTION
  7. The timezone include file contains enumeration declarations for time zone 
  8. names of type 
  9.  timezone .  
  10. The file declares a static 
  11.  char* 
  12. array of printable 
  13. names. The constants in the enumerated type can be used as indexes for these 
  14. names.  In the following table, the enum declaration is on the left and the 
  15. matching static 
  16.  char* 
  17. string is on the right.
  18.  
  19. .nf
  20. .ta 2.5i
  21. \f2Enumeration Declaration    Character String\f1
  22. \l'4.5i'
  23. .PP
  24. UNKNOWN_TIMEZONE    "Unknown Time Zone"
  25. US_EASTERN    "US/Eastern"
  26. US_CENTRAL    "US/Central"
  27. US_MOUNTAIN    "US/Mountain"
  28. US_PACIFIC    "US/Pacific"
  29. US_PACIFIC_NEW    "US/Pacific-New"
  30. US_YUKON    "US/Yukon"
  31. US_EAST_INDIANA    "US/East-Indiana"
  32. US_ARIZONA    "US/Arizona"
  33. US_HAWAII    "US/Hawaii"
  34. CANADA_NEWFOUNDLAND    "Canada/Newfoundland"
  35. CANADA_ATLANTIC    "Canada/Atlantic"
  36. CANADA_EASTERN    "Canada/Eastern"
  37. CANADA_CENTRAL    "Canada/Central"
  38. CANADA_EAST_SASKATCHEWAN    "Canada/East-Saskatchewan"
  39. CANADA_MOUNTAIN    "Canada/Mountain"
  40. CANADA_PACIFIC    "Canada/Pacific"
  41. CANADA_YUKON        "Canada/Yukon"
  42. GB_EIRE    "GB-Eire"
  43. WET    "WET"
  44. ICELAND    "Iceland"
  45. MET    "MET"
  46. POLAND    "Poland"
  47. EET    "EET"
  48. TURKEY    "Turkey"
  49. W_SU    "W-SU"
  50. PRC    "PRC"
  51. KOREA    "Korea"
  52. JAPAN    "Japan"
  53. SINGAPORE    "Singapore"
  54. HONGKONG    "Hongkong"
  55. ROC    "ROC"
  56. AUSTRALIA_TASMANIA    "Australia/Tasmania"
  57. AUSTRALIA_QUEENSLAND    "Australia/Queensland"
  58. AUSTRALIA_NORTH    "Australia/North"
  59. AUSTRALIA_WEST    "Australia/West"
  60. AUSTRALIA_SOUTH    "Australia/South"
  61. AUSTRALIA_VICTORIA    "Australia/Victoria"
  62. AUSTRALIA_NSW    "Australia/NSW"
  63. NZ    "NZ"
  64. \l'4.5i'
  65. .fi
  66. .SH COPYRIGHT
  67.  
  68. Copyright (C) 1991 Texas Instruments Incorporated.
  69.  
  70. Permission is granted to any individual or institution to use, copy, modify,
  71. and distribute this software, provided that this complete copyright and
  72. permission notice is maintained, intact, in all copies and supporting
  73. documentation.
  74.  
  75. Texas Instruments Incorporated provides this software "as is" without
  76. express or implied warranty.
  77.  
  78.